home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / AppleScript for Acrobat plug-in / SOURCES / STAMPUI.H < prev   
Encoding:
C/C++ Source or Header  |  2000-06-24  |  782 b   |  30 lines

  1. /******************************************************************************
  2.  
  3. StampUI.h
  4.  
  5. This file is furnished to you by Adobe Systems Incorporated 
  6. under the terms of the Acrobat(r) Plug-ins Software 
  7. Development Kit License Agreement.
  8.  
  9. Copyright (C) 1994-1997, Adobe Systems Inc.  All Rights Reserved.
  10.  
  11.  
  12. Interface to the Stamper user interface set-up code.  Creates
  13. an AVTool, AVToolButton and AVMenuItem for the Stamper plug-in.
  14.  
  15. ******************************************************************************/
  16.  
  17. #ifndef _H_StampUI
  18. #define _H_StampUI
  19.  
  20. #include "AVExpT.h"
  21.  
  22. /* SetUpUI
  23. ** Creates and registers  the AVTool, AVToolButton and AVMenuItem needed
  24. ** for the Stamper.
  25. */
  26. void SetUpUI(void);
  27. void CleanUpUI(void);
  28.  
  29. #endif /* !_H_StampUI */
  30.